翻訳と辞書
Words near each other
・ Run the Jewels 2
・ Run the Length of Your Wildness
・ Run the Red Light
・ Run the Risk
・ Run the Road
・ Run the Show
・ Run the Tide
・ Run the Wild Fields
・ Run the World
・ Run the World (Girls)
・ Run This Town
・ Run This Town Series
・ Run Through the Jungle
・ Run Till It's Dark
・ Run time
Run time (program lifecycle phase)
・ Run TMC
・ Run to Be Born
・ Run to completion scheduling
・ Run to Him
・ Run to Me
・ Run to Me (Angela Winbush song)
・ Run to Me (Bee Gees song)
・ Run to Paradise
・ Run to Ruin
・ Run to the Beat
・ Run to the Hills
・ Run to the Light
・ Run to the Sun
・ Run to the Sun (disambiguation)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Run time (program lifecycle phase) : ウィキペディア英語版
Run time (program lifecycle phase)

In computer science, run time, runtime or execution time is the time during which a program is running (executing), in contrast to other program lifecycle phases such as compile time, link time and load time.
A run-time error is detected after or during the execution (running state) of a program, whereas a compile-time error is detected by the compiler before the program is ever executed. Type checking, register allocation, code generation, and code optimization are typically done at compile time, but may be done at run time depending on the particular language and compiler.
== Implementation details ==
When a program is to be executed, a loader first performs the necessary memory setup and links the program with any dynamically linked libraries it needs, and then the execution begins starting from the program's entry point. In some cases, a language or implementation will have these tasks done by the language runtime instead, though this is unusual in mainstream languages on common consumer operating systems.
Some program debugging can only be performed (or is more efficient or accurate when performed) at runtime. Logic errors and array bounds checking are examples. For this reason, some programming bugs are not discovered until the program is tested in a production environment with real data, despite sophisticated compile-time checking and pre-release testing. In this case, the end user may encounter a ''runtime error'' message.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Run time (program lifecycle phase)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.